.advant{
	padding: 70px 0;
	background: url(../../img/adva-bg.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
}
.advant__title{
	font-size: 52px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
.advant__title b{
	font-weight: 600;
}

.advant__box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.advant__item{
	width: 49%;
	border-radius: 15px;
	padding: 7px;
	background: #fff;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}
.advant__itembox{
	border: 1px solid #e8e8e8;
	padding: 35px;
	border-radius: 15px;
	height: 100%;
	position: relative;
	z-index: 3;
}
.advant__image{
	width: 255px;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
.advant__info{
	position: relative;
	z-index: 2;
}
.advant__subtitle{

	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}
.advant__text{
	font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
  max-width: 305px;
  max-width: 455px;
}
.advant__btn{
	border: 2px solid #A8DAB4;
	color: #A8DAB4;
	font-size: 14px;
	font-weight: 600;
	border-radius: 100px 100px 100px 100px;
  padding: 17px 20px 17px 20px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.advant__btn:hover{
	color: #fff;
	background: #A8DAB4;
}

.secur{
	padding: 70px 0;
}
.secur__title{
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
	margin-bottom: 30px;
}
.secur__title b{
	font-weight: 600;
}
.secur__subtitle{
	font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.secur__box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.secur__item{
	width: 48%;
	border-radius: 20px;
	box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
	overflow: hidden;
	background: #fff;
}
.secur__head{
	height: 170px;
	width: 100%;
	background: url(../../img/secur.jpg) center center/cover no-repeat;
	display: flex;
	align-items: center;
	padding-left: 50px;
	position: relative;
}
.secur__headtext{
	width: 270px;
	max-width: 100%;
	font-size: 28px;
	font-weight: 600;
	color: #333;
}
.secur__img{
	width: 220px;
	position: absolute;
	right: 30px;
	top: 0;
	max-height: initial;
	height: auto;
}
.secur__info{
	padding: 50px 30px 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.secur__plus{
	width: 29px;
	margin-right: 15px;
}
.secur__plus img{
	display: block;
	width: 100%;
}
.secur__text{
	width: calc(100% - 45px);
	font-size: 24px;
	font-weight: 400;
	color: #333;
}

.abusu{
	padding: 70px 0;
	background: url(../../img/abus.jpg) center center/cover no-repeat;
  background-position: top center;
}
.abusu__title{
	width: 800px;
	margin-bottom: 20px;
	font-size: 46px;
	font-weight: 400;
}
.abusu__title b{
	font-weight: 600;
}
.abusu__text{
	font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.abusu__item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.abusu__icon{
	display: block;
	width: 75px;
	margin-right: 30px;
}
.abusu__icon img{
	display: block;
	width: 100%;
}
.abusu__info{
	font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  width: 300px;
}
.mainform{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.mainform__title{
	font-size: 24px !important;
}
.mainform__title b{
	font-weight: 600;
}
.mainform__input{
	width: 49%;
	background: #fff;
	height: 60px;
	border-radius: 10px;
	font-size: 15px;
	padding: 0 15px;
	border: 0;
	margin-bottom: 2%;
}
.mainform__input.nm{
	margin-bottom: 0;
}
.mainform .main-btn{
	width: 49% !important;
	height: 60px !important;
}

@media (max-width: 768px){
	.advant{
		padding: 50px 0;
	}
	.advant__title{
		font-size: 25px;
		margin-bottom: 25px;
	}
	.advant__title br{
		display: none;
	}
	.advant__item{
		width: 100%;
	}
	.advant__itembox{
		padding: 20px;
	}
	.advant__subtitle{
		font-size: 24px;
	}
	.advant__text{
		font-size: 13px;
		line-height: 19px;
		max-width: 206px;
		max-width: 100%;
	}
	.advant__image{
		width: 150px;
	}
	.secur{
		padding: 50px 0 30px;
	}
	.secur__title{
		font-size: 25px;
		margin-bottom: 25px;
	}
	.secur__title br{
		display: none;
	}
	.secur__subtitle{
		font-size: 15px;
    line-height: 18px;
    margin-bottom: 30px;
	}
	.secur__box{
		flex-wrap: wrap;
	}
	.secur__item{
		width: 100%;
		margin-bottom: 20px;
	}
	.secur__head{
		height: 105px;
		padding-left: 15px;
	}
	.secur__headtext{
		width: 180px;
		font-size: 18px;
	}
	.secur__img{
		width: 125px;
		right: 10px;
	}
	.secur__info{
		padding: 25px 15px 25px;
	}
	.secur__text{
		font-size: 14px;
	}
	.abusu{
		padding: 40px 0;
	}
	.abusu__title{
		width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
	}
	.abusu__text{
		font-size: 16px;
		line-height: 20px;
	}
	.abusu__icon{
		width: 50px;
    margin-right: 15px;
	}
	.abusu__info{
		width: calc(100% - 70px);
		font-size: 14px;
    line-height: 18px;
	}
	.abusu__box{
		padding-right: 65px;
	}
	.mainform__title{
		font-size: 19px !important;
	}
	.mainform__title br{
		display: none;
	}
	.mainform__input{
		width: 100%;
		height: 50px;
		font-size: 14px;
	}
	.mainform .main-btn{
		width: 100% !important;
		margin-top: 2%;
	}
}


.price{
	padding: 60px 0;
	position: relative;
}
.price *{
	color: #282828;
}
.price__bg{
	position: absolute;
	background: url(../../img/bg.jpg) center top/cover no-repeat;
	height: 100%;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
/*	box-shadow: 0 0 0 9999px rgba(0,0,0,0.2) inset;*/
}
.price .wrapper{
	position: relative;
}
.price .wrapper{
	width: 1140px;
	max-width: 90%;
	margin: 0 auto;
}
.price__title{
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.price__box{
	width: 100%;
}
.price__item{
	width: 100%;
	padding: 20px 30px;
	border-radius: 10px;
	box-shadow: 0 0 0 9999px rgba(0,0,0,0.07) inset;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.3s ease;
}
.price__item:hover{
	transform: scale(1.05);
}
.price__left{
	width: 50%;
}
.price__left span{
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3;
	display: block;
	margin-bottom: 15px;
}
.price__left p{
	font-size: 20px;
	line-height: 1.3;
}

.price__right{
/*	width: 50%;*/
}
.price__priceold{
	text-align: right;
}
.price__priceold span{
	font-size: 36px;
	font-weight: 400;
	text-decoration: line-through;
}
.price__pricenew{
	text-align: right;
}
.price__pricenew span{
	font-size: 36px;
	font-weight: 400;
}

@media (max-width: 768px){
	.price__title{
		font-size: 24px;
	}
	.price__item{
		padding: 18px 22px;
	}
	.price__left{
		width: 100%;
		margin-bottom: 15px;
	}
	.price__right{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.price__left span{
		font-size: 20px;
	}
	.price__left p{
		font-size: 14px;
		opacity: 0.8;
	}
	.price__priceold{
		margin-right: 15px;
	}
	.price__priceold span{
		font-size: 22px;
	}
	.price__pricenew span{
		font-size: 22px;
	}
}



.bg-wrap{
	background: url(../../img/back.jpg) center center/cover no-repeat;
}

.bullets{
	padding: 80px 0;
	
}
.bullets__box{
	width: 100%;
	position: relative;
	padding-left: 550px;
}
.bullets__image{
	position: absolute;
	width: 500px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	max-height: initial;
}
.bullets__item{
	position: relative;
	width: 560px;
	margin-bottom: 35px;
	max-width: 100%;
}
.bullets__item_2{
	margin-left: 75px;
}
.bullets__item_3{
	margin-left: 150px;
}
.bullets__item:before{
	content: "";
	width: 42px;
	height: 42px;
	background: url(../../img/round.svg);
	background-size: 100% 100%;
	position: absolute;
	left: -57px;
	top: -3px;
}
.bullets__item h2{
	color: #000;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 20px;
}
.bullets__item h2 span{
	color: #A8DAB4;
}
.bullets__item p{
	color: #575757;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 12px;
}


@media (max-width: 768px){
	.bullets{
		padding: 0 0 20px;
	}
	.bullets__image{
		display: block;
		width: 100%;
		position: static;
		margin-bottom: 40px;
		display: block;
		transform: none;
	}
	.bullets__box{
		padding: 0;
	}
	.bullets__item{
		margin: 0 0 20px;
	}
	.bullets__item h2{
		font-size: 26px;
	}
	.bullets__item p{
		font-size: 16px;
	}
}






.flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.kwhuetmvvj {
  padding: 1vw 0 5vw;
}
.kwhuetmvvj .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.kwhuetmvvj__box {
  padding: 3.472vw 4.167vw;
  background: url(../../img/kwhuetmvvj/bg.jpg) center center/cover no-repeat;
}
.kwhuetmvvj__box.flex {
  justify-content: space-between;
}
.kwhuetmvvj__left {
  width: 22.222vw;
}
.kwhuetmvvj__title {
  font-weight: 400;
  font-size: 2.022vw;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 1.042vw;
}
.kwhuetmvvj__subtitle {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 130%;
  color: #FFFFFF;
}
.kwhuetmvvj__right {
  width: 46.528vw;
}
.kwhuetmvvj__heading {
  margin-bottom: 1.389vw;
}
.kwhuetmvvj__heading.flex {
  justify-content: space-between;
}
.kwhuetmvvj__formname {
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 130%;
  color: #FFFFFF;
}
.kwhuetmvvj__terms {
  font-weight: 400;
  font-size: 1.042vw;
  line-height: 130%;
  color: #A8DAB4;
}
.kwhuetmvvj__form {
  width: 100%;
}
.kwhuetmvvj__form.flex {
  justify-content: space-between;
  align-items: flex-start;
}
.kwhuetmvvj__input {
  width: 32%;
}
.kwhuetmvvj__input label {
  display: none;
  margin-bottom: 0.556vw;
  font-size: 0.972vw;
  color: #fff;
}
.kwhuetmvvj__input input {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border-radius: 0.139vw;
  padding: 1.389vw 1.389vw;
  font-size: 0.972vw;
  color: #000000;
  border: 0;
  transition: all 0.3s ease;
}
.kwhuetmvvj__input input:focus {
  padding-left: 2.083vw;
}
.kwhuetmvvj__btn {
  width: 32%;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 130%;
  color: #FFFFFF;
  background: #A8DAB4;
  border-radius: 0.139vw;
  padding: 1.25vw 0;
  border: 0;
}
.kwhuetmvvj__umovy {
  margin-top: 1.111vw;
}
.kwhuetmvvj__umovy input {
  display: none;
}
.kwhuetmvvj__umovy label {
  display: block;
  font-weight: 400;
  font-size: 0.764vw;
  line-height: 0.903vw;
  color: #FFFFFF;
  opacity: 0.9;
  padding-left: 1.806vw;
  position: relative;
}
.kwhuetmvvj__umovy label span {
  font-weight: 700;
}
.kwhuetmvvj__umovy label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #A8DAB4;
  border-radius: 0.139vw;
  width: 0.972vw;
  height: 0.972vw;
}
.kwhuetmvvj__umovy label:after {
  content: "";
  position: absolute;
  left: 0.243vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../img/kwhuetmvvj/check.svg);
  background-size: 100% 100%;
  width: 0.417vw;
  height: 0.417vw;
  opacity: 0;
  transition: all 0.3s ease;
}
.kwhuetmvvj__umovy input:checked + label:after {
  opacity: 1;
}
@media (max-width: 600px) {
  .kwhuetmvvj {
    padding: 10vw 0;
  }
  .kwhuetmvvj .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .kwhuetmvvj__box {
    padding: 9.472vw 6.167vw;
    border-radius: 2vw;
  }
  .kwhuetmvvj__left {
    width: 100%;
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
  }
  .kwhuetmvvj__left:before {
    content: "";
    width: 36%;
    height: 1px;
    background: #A8DAB4;
    position: absolute;
    left: 50%;
    bottom: -4vw;
    transform: translateX(-50%);
  }
  .kwhuetmvvj__right {
    width: 100%;
  }
  .kwhuetmvvj__title {
    font-size: 4.922vw;
    font-weight: 600;
    margin-bottom: 3.042vw;
  }
  .kwhuetmvvj__subtitle {
    font-size: 3.272vw;
  }
  .kwhuetmvvj__heading {
    text-align: center;
    margin-bottom: 4vw;
  }
  .kwhuetmvvj__heading.flex {
    justify-content: center;
  }
  .kwhuetmvvj__formname {
    font-size: 3.667vw;
    margin-bottom: 1vw;
  }
  .kwhuetmvvj__terms {
    font-size: 3.042vw;
  }
  .kwhuetmvvj__input {
    width: 100%;
    margin-bottom: 3vw;
  }
  .kwhuetmvvj__input input {
    border-radius: 1.139vw;
    padding: 4.389vw 3.389vw;
    font-size: 3.572vw;
  }
  .kwhuetmvvj__btn {
    width: 100%;
    border-radius: 1.139vw;
    padding: 4.389vw 3.389vw;
    font-size: 3.572vw;
  }
  .kwhuetmvvj__umovy {
    margin-top: 3.111vw;
  }
  .kwhuetmvvj__umovy label {
    font-size: 2.764vw;
    line-height: 1.3;
    padding-left: 6.806vw;
  }
  .kwhuetmvvj__umovy label:before {
    border-radius: 1.139vw;
    width: 3.972vw;
    height: 3.972vw;
  }
  .kwhuetmvvj__umovy label:after {
    width: 2.417vw;
    height: 2.417vw;
    left: 0.643vw;
  }
}






.modal {
  display: none;
  width: 465px;
  padding: 50px 45px !important;
}
.modal__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
/*  letter-spacing: -2px;*/
  color: #000000;
  margin-bottom: 22px;
  width: 100%;
  display: block;
}
.modal__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #898989;
  margin-bottom: 35px;
}
.modal__form {
  padding: 0 20px;
}
.modal__form input {
  width: 100%;
  display: block;
  background: #f6f6f6;
  border-radius: 5px;
  height: 50px;
  border: 0;
  margin-bottom: 13px;
  padding: 0 25px;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
/*  letter-spacing: -1px;*/
  color: #000;
}
.modal__form input::-webkit-input-placeholder {
  color: #A5A5A5;
}
.modal__form input::-moz-placeholder {
  color: #A5A5A5;
}
.modal__form input:-ms-input-placeholder {
  color: #A5A5A5;
}
.modal__form input::-ms-input-placeholder {
  color: #A5A5A5;
}
.modal__form input::placeholder {
  color: #A5A5A5;
}
.modal__button {
  width: 100%;
  font-size: 15px;
}
.modal__button.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__remark input {
  display: none;
}
.modal__remark label {
  color: #000;
}
.modal__remark label a {
  color: #000;
}
.modal__remark label:before {
  border: 1px solid #4277FF;
}


@media (max-width: 768px){
	.modal {
	    padding: 40px 20px !important;
	}
	.modal__title {
	    font-size: 30px;
	    line-height: 30px;
	}
	.modal__text {
	    font-size: 15px;
	  
	}
}


.contblocklast{
	padding: 50px 0;
}
.contblocklast__box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.contblocklast__left{
	width: 400px;
}
.contblocklast__title{
	font-weight: 700;
	font-size: 34px;
	margin-bottom: 40px;
/*	text-align: center;*/
}
.contblocklast__phone{
	position: relative;
	font-size: 18px;
	display: inline-block;
	padding: 10px 0;
	padding-left: 50px;
	color: #000;
}
.contblocklast__phone:before{
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 30px;
	background: #A8DAB4;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.contblocklast__phone:after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(../../img/phone.svg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	left: 8px;
  top: 52%;
  transform: translateY(-50%);
	color: #fff;
	z-index: 2;
}
.contblocklast__row{
	margin-bottom: 15px;
}
.contblocklast__adres{
	font-size: 16px;
	line-height: 1.3;
	position: relative;
	padding-left: 50px;
}
.contblocklast__adres:before{
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 30px;
	background: #A8DAB4;
	left: 0;
	top: 0;
	color: #fff;
}
.contblocklast__adres:after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(../../img/map.svg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	left: 8px;
  top: 8px;
	color: #fff;
	z-index: 2;
}
.contblocklast__adres span{
	font-weight: 600;
}
.contblocklast__right{
	margin-left: 50px;
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contblocklast__map{
	width: 48%;
	height: 100%;
}

.contblocklast__soc{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}


.contblocklast__soc a{
	display: block;
	width: 35px;
	margin-right: 12px;
}
.contblocklast__soc a img{
	display: block;
	width: 100%;
}

.contblocklast__soc.spec{
	margin-top: 0;
	margin-left: 15px;
}
.contblocklast__soc.spec a{
	margin-left: 12px;
	margin-right: 0;
}

@media (max-width: 768px){
	.contblocklast__soc.spec{
		margin-left: 0;
		margin-top: 5px;
	}
	.contblocklast__soc.spec a{
		width: 30px;
	}
	.contblocklast__soc.spec a:first-child{
		margin-left: 0;
	}
	.phones__block-work{
		display: none;
	}
}


.teambl{
	padding: 50px 0;
}
.teambl__slide{
/*	padding: 100px 100px 90px;*/
	width: 100%;
	background: url(../../img/bg-team.jpg) center center/cover no-repeat;
	border-radius: 20px;
	position: relative;
	min-height: 500px;
	display: flex !important;
	justify-content: space-between;
	align-items: flex-end;
	align-items: center;
}
.teambl__slide:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(linear,left top,right top,color-stop(49.42%,rgba(255,255,255,.7)),color-stop(79.63%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,.7) 49.42%,rgba(255,255,255,0) 79.63%);
    background: linear-gradient(90deg,rgba(255,255,255,.7) 49.42%,rgba(255,255,255,0) 79.63%);
    -webkit-transform: matrix(-1,0,0,1,0,0);
    transform: matrix(-1,0,0,1,0,0);
}
.teambl__man{
	/*position: absolute;
	z-index: 2;
	left: 70px;
	bottom: 0;*/
	display: block;
	width: 400px;
	margin-left: 50px;
	margin-top: auto;
	margin-bottom: 0;
	z-index: 2;
}
.teambl__info{
	position: relative;
	z-index: 2;
	padding-left: 40%;
	padding: 100px 150px 90px 100px;
	flex: 1;
}
.teambl__title{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
	color: #333;
	display: block;
}
.teambl__subtitle{
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #333;
}
.teambl__text p{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #333;
}
.teambl__text p b{
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-top: 15px;
}
.teambl__more{
	color: #5D8386;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px dotted #5D8386;
	cursor: pointer;
}

.teambl__slider .slick-slide{
	margin: 0 15px;
	min-height: 100%;
}
.teambl__slider .slick-list{
	margin: 0 -15px;
}
.teambl__slider .slick-prev,
.teambl__slider .slick-next{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	text-indent: 9999px;
	z-index: 2;
	background-color: #A8DAB4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40%;
}
.teambl__slider .slick-prev{
	left: -25px;
	background-image: url(../../img/prev.svg);
}
.teambl__slider .slick-next{
	right: -25px;
	background-image: url(../../img/next.svg);
}

.showmore{
	display: none;
	overflow: hidden;
	transition: all 0.3s ease;
}

@media (max-width: 768px){
	.teambl__slider .slick-prev, .teambl__slider .slick-next{
		width: 40px;
		height: 40px;
	}
	.teambl__slider .slick-prev{
		left: -15px;
	}
	.teambl__slider .slick-next{
		right: -15px;
	}
	.teambl__man{
		width: 80%;
    margin-left: auto;
    margin-right: auto;
    order: 2;
    position: relative;
	}
	.teambl__slide{
		flex-wrap: wrap;
	}
	.teambl__info{
		flex: initial;
		padding: 40px 25px 30px 30px;
	}
	.teambl__subtitle{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.teambl__text p{
		font-size: 13px;
	}
	.teambl__more{
		font-size: 14px;
	}
	.contblocklast__left{
		width: 100%;
	}
	.contblocklast__right{
		width: 100%;
		flex: initial;
		margin: 0;
		flex-wrap: wrap;
	}
	.contblocklast__box{
		flex-wrap: wrap;
	}
	.contblocklast__title{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.contblocklast__phone{
		font-size: 17px;
	}
	.contblocklast__adres{
		font-size: 15px;
	}
	.contblocklast__map{
		width: 100%;
		height: 270px;
		margin-top: 30px;
	}
}


.befaf{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.befaf__item{
	width: 260px;
	margin: 0 15px 25px;
	height: 260px;
}
.befaf__inside{
	width: 100%;
	height: 100%;
}

.ba__box{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.ba__item{
	width: 30%;
	margin: 0 1.5% 1.5%;
}
.ba__item img{
	display: block;
	width: 100%;
}
.ba__tw{
	width: 100%;
}

.befaf .slick-prev,
.befaf .slick-next{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	text-indent: 9999px;
	z-index: 2;
	background-color: #A8DAB4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40%;
}
.befaf .slick-prev{
	left: -25px;
	background-image: url(../../img/prev.svg);
}
.befaf .slick-next{
	right: -25px;
	background-image: url(../../img/next.svg);
}

@media (max-width: 768px){
	.befaf__item{
		width: 100%;
		height: auto;
		margin: 0 auto 0;
	}
	.befaf__inside{
		width: 300px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding: 50% 0;
	}
	.ba__item{
		width: 100%;
		margin-bottom: 20px
	}
	.befaf .slick-prev, .befaf .slick-next{
		width: 40px;
		height: 40px;
	}
	.befaf .slick-prev{
		left: -15px;
	}
	.befaf .slick-next{
		right: -15px;
	}
}


















